home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 workstation / DRVLIB.NIC / STREAMER / @8FA0.ADF next >
Encoding:
PS/2 MicroChannel Adapter Description  |  1996-07-27  |  8.4 KB  |  182 lines

  1. ;
  2. ; Version: 1.10
  3. ;
  4. ; (C) Copyright International Business Machines Corporation 1993
  5. ; All Rights Reserved
  6. ;
  7. AdapterId 08FA0h
  8.  
  9. AdapterName "IBM LANStreamer MC 32 Adapter "
  10.  
  11. NumBytes 4
  12. FixedResources
  13.   pos[0]=1xxxxxxxb
  14.   pos[2]=xxxx0xx1b
  15. ;pos 2 = set preempt time=max, enable busmaster mode
  16. Begin NoDMA
  17. NamedItem Prompt "Adapter Data Rate"
  18.   Choice "16 Mbps"      pos[1]=1xxxxxxxb
  19.   Choice " 4 Mbps"      pos[1]=0xxxxxxxb
  20.  
  21.   Help "Adapter Data Rate:  This Token-Ring Network Adapter
  22.         can operate at two different data rates:  4 Mbps or 16 Mbps.
  23.         The adapter data rate MUST be set to the rate of the
  24.         Token-Ring Network LAN segment to which you are connecting the
  25.         adapter.  The assignment for this data rate can be changed by
  26.         selecting 'Change Configuration' and then using the
  27.         F5=Previous and the F6=Next keys."
  28.  
  29. NamedItem Prompt "Adapter Media Type Selection"
  30.  
  31.   Choice "STP"          pos[2]=0xxxxxxxb
  32.   Choice "UTP"          pos[2]=1xxxxxxxb
  33.  
  34.   Help "Media Type Selection:  This Token-Ring Network Adapter
  35.         supports two media types,  STP and UTP.
  36.         The media type selected MUST be cable connected to
  37.         the token ring. If not the adapter will exhibit a
  38.         LOBE MEDIA FAILURE.
  39.         The assignment for the media type can be changed by
  40.         selecting 'Change Configuration' and then using the
  41.         F5=Previous and the F6=Next keys."
  42.  
  43.  
  44.  
  45. NamedItem Prompt "Adapter I/O address Range"
  46.   Choice "1C00-1CFF"    pos[0]=x000111xb   io 01C00h-01CFFh
  47.   Choice "2000-20FF"    pos[0]=x001000xb   io 02000h-020FFh
  48.   Choice "2400-24FF"    pos[0]=x001001xb   io 02400h-024FFh
  49.   Choice "2800-28FF"    pos[0]=x001010xb   io 02800h-028FFh
  50.   Choice "2C00-2CFF"    pos[0]=x001011xb   io 02C00h-02CFFh
  51.   Choice "3000-30FF"    pos[0]=x001100xb   io 03000h-030FFh
  52.   Choice "3400-34FF"    pos[0]=x001101xb   io 03400h-034FFh
  53.   Choice "3800-38FF"    pos[0]=x001110xb   io 03800h-038FFh
  54.   Choice "3C00-3CFF"    pos[0]=x001111xb   io 03C00h-03CFFh
  55.   Choice "4000-40FF"    pos[0]=x010000xb   io 04000h-040FFh
  56.   Choice "4400-44FF"    pos[0]=x010001xb   io 04400h-044FFh
  57.   Choice "4800-48FF"    pos[0]=x010010xb   io 04800h-048FFh
  58.   Choice "4C00-4CFF"    pos[0]=x010011xb   io 04C00h-04CFFh
  59.   Choice "5000-50FF"    pos[0]=x010100xb   io 05000h-050FFh
  60.   Choice "5400-54FF"    pos[0]=x010101xb   io 05400h-054FFh
  61.   Choice "5800-58FF"    pos[0]=x010110xb   io 05800h-058FFh
  62.   Choice "5C00-5CFF"    pos[0]=x010111xb   io 05C00h-05CFFh
  63.   Choice "6000-60FF"    pos[0]=x011000xb   io 06000h-060FFh
  64.   Choice "FC00-FCFF"    pos[0]=x111111xb   io 0FC00h-0FCFFh
  65.  
  66.   Help "The Adapter I/O address field is a six bit field that selects
  67.         the I/O address of the adapter. For Micro Channel I/O
  68.         cycles, this Token-Ring Network adapter is selected when the Micro
  69.         Channel I/O address is within a 256 byte region. If more than
  70.         one adapter in your computer is used, each adapter must be
  71.         assigned a separate I/O address range. The assignment for the
  72.         I/O address range can be changed by selecting 'Change Configuration'
  73.         and then using the F5=Previous and the F6=Next keys.
  74.         If an assignment has an asterisk (*) by it, it is in
  75.         conflict with another assignment and the I/O address range
  76.         must be changed.  If a conflict continues to exist, you may
  77.         need to change the assignments for other options that are in
  78.         your computer to resolve the conflict."
  79.  
  80. NamedItem Prompt "Interrupt Level"
  81.   Choice "Interrupt  3" pos[1]=xx01xxxxb  int 03h
  82.   Choice "Interrupt  2" pos[1]=xx00xxxxb  int 02h
  83.   Choice "Interrupt 10" pos[1]=xx10xxxxb  int 0Ah
  84.   Choice "Interrupt 11" pos[1]=xx11xxxxb  int 0Bh
  85.  
  86.   Help "INTERRUPT LEVEL:  This Token-Ring Network Adapter can
  87.         operate on one of four interrupt levels:  2, 3, 10 or 11.
  88.         The preferred interrupt level is 3, but the adapter can
  89.         operate on any of the four levels if necessary.
  90.         The assignment for the interrupt level can be changed by
  91.         selecting 'Change Configuration' and then using the
  92.         F5=Previous and the F6=Next keys.
  93.         If an assignment has an asterisk (*) by it, it is in
  94.         conflict with another assignment and must be changed."
  95.  
  96. NamedItem Prompt "Fairness/Streaming Data Select"
  97.   Choice "Fairness ON/Streaming ON"    pos[3]=xx10xxxxb
  98.   Choice "Fairness ON/Streaming OFF"   pos[3]=xx00xxxxb
  99.   Choice "Fairness OFF/Streaming ON"   pos[3]=xx11xxxxb
  100.   Choice "Fairness OFF/Streaming OFF"  pos[3]=xx01xxxxb
  101.  
  102.  
  103.   Help "FAIRNESS/STREAMING DATA: This Token-Ring Network Adapter can operate
  104.         with or without arbitration fairness and with or without
  105.         Data Streaming. This selection
  106.         can be changed by selecting 'Change Configuration'
  107.         and then using the F5=Previous and the F6=Next keys."
  108.  
  109.  
  110. NamedItem Prompt "Arbitration Level"
  111.  
  112.   Choice "Level 1"      pos[3]=xxxx0001b  arb 01h
  113.   Choice "Level 2"      pos[3]=xxxx0010b  arb 02h
  114.   Choice "Level 3"      pos[3]=xxxx0011b  arb 03h
  115. ; Choice "Level 4"      pos[3]=xxxx0100b  arb 04h
  116.   Choice "Level 5"      pos[3]=xxxx0101b  arb 05h
  117.   Choice "Level 6"      pos[3]=xxxx0110b  arb 06h
  118.   Choice "Level 7"      pos[3]=xxxx0111b  arb 07h
  119.   Choice "Level 8"      pos[3]=xxxx1000b  arb 08h
  120.   Choice "Level 9"      pos[3]=xxxx1001b  arb 09h
  121.   Choice "Level A"      pos[3]=xxxx1010b  arb 0Ah
  122.   Choice "Level B"      pos[3]=xxxx1011b  arb 0Bh
  123.   Choice "Level C"      pos[3]=xxxx1100b  arb 0Ch
  124.   Choice "Level D"      pos[3]=xxxx1101b  arb 0Dh
  125.   Choice "Level E"      pos[3]=xxxx1110b  arb 0Eh
  126.  
  127.   Help "ARBITRATION LEVEL: This Token-Ring Network Adapter
  128.         can operate on one of thirteen arbitration levels: 1, 2, 3 or
  129.         5 thru E. If more than one adapter is used in your computer,
  130.         each adapter must be assigned a separate arbitration level.
  131.         Assignment for the arbitration level can be changed by
  132.         selecting 'Change Configuration' and then using the F5=Previous
  133.         and the F6=Next keys.
  134.         If an assignment has an asterisk (*) by it, it is in
  135.         conflict with another assignment and the arbitration level
  136.         must be changed.  If a conflict continues to exist, you may
  137.         need to change the assignments for other adapters or options
  138.         that are in your computer to resolve the conflict."
  139.  
  140. NamedItem Prompt "Remote Program Load Address Range"
  141.  
  142.   Choice "Disabled"     pos[1]=xxxx0000b
  143.   Choice "C0000-C3FFF"  pos[1]=xxxx0001b  mem 0C0000h-0C3FFFh
  144.   Choice "C4000-C7FFF"  pos[1]=xxxx0011b  mem 0C4000h-0C7FFFh
  145.   Choice "C8000-CBFFF"  pos[1]=xxxx0101b  mem 0C8000h-0CBFFFh
  146.   Choice "CC000-CFFFF"  pos[1]=xxxx0111b  mem 0CC000h-0CFFFFh
  147.   Choice "D0000-D3FFF"  pos[1]=xxxx1001b  mem 0D0000h-0D3FFFh
  148.   Choice "D4000-D7FFF"  pos[1]=xxxx1011b  mem 0D4000h-0D7FFFh
  149.   Choice "D8000-DBFFF"  pos[1]=xxxx1101b  mem 0D8000h-0DBFFFh
  150.   Choice "DC000-DFFFF"  pos[1]=xxxx1111b  mem 0DC000h-0DFFFFh
  151.  
  152.   Help   "This Token-Ring Network adapter Remote Program Load
  153.           (RPL) ROM is relocatable within Micro Channel memory space.
  154.           The adapter RPL ROM may be located on any 16K boundary
  155.           from hex 000C 000 to 000D C000.
  156.           The address assignment can be changed by selecting
  157.           'Change Configuration' and then using the
  158.           F5=Previous and the F6=Next keys.
  159.           If an assignment has an asterisk (*) by it, it is in
  160.           conflict with another assignment and must be changed."
  161.  
  162. NamedItem Prompt "Parity Enable/Monitor Feedback"
  163.  
  164.   Choice "Parity OFF/Monitor OFF"    pos[2]=xxxxx00xb
  165.   Choice "Parity ON/Monitor OFF "    pos[2]=xxxxx10xb
  166.   Choice "Parity OFF/Monitor ON "    pos[2]=xxxxx01xb
  167.   Choice "Parity ON/Monitor ON"      pos[2]=xxxxx11xb
  168.  
  169.   Help   "Micro Channel Parity Enable/Monitor Slave devices feedback signal:
  170.           This Token-Ring Adapter
  171.           provides the capability of generating and checking data and
  172.           address parity.
  173.           The assignment for parity checking can be changed by selecting
  174.           'Change Configuration' and then using the F5=Previous and the
  175.           F6=Next keys. This adapter also provides the capability
  176.           of monitoring slave device's Selected Feedback Return
  177.           Exception signals during DMA operations.
  178.           The assignment can be changed by selecting 'Change Configuration'
  179.           and then using the F5=Previous and the F6=Next keys."
  180.  
  181. End
  182.